
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
    
  }
  body, h1, h2, h3, h4, h5, h6, p, a, button, input, label, ul, li {
    font-family: 'Montserrat';
   
}





.dental-content{
    width: 100%;
    background-color: #007d9d;
    height: 100vh;

    align-items: center;
  
    margin-top: 150px;
}

.dental-content h1 {
    
  
    margin-left: 10%;
    font-size: 40px;

    padding: 30px 0px 0px 0px ;
    color: #fff;
    width: 90%;
   
    
}
.dental-content p{
    font-size: 18px;
    font-weight: 400;
}

.dental-info {

 
    justify-content: center;
    align-items: center;
    width: 80%;
   
    margin-left: 10%;
}

.dental-info p {
    color: #fff;
    font-size: 18px;
   
    font-weight: 400;
}

.dental-info-1 {
    display: flex;
    column-gap: 20px;
    justify-content: center;
   
    
}

.col-left {
    width: 40%;
    height: 60vh;
   
}
.col-left h2 {
    font-size: 30px;
    color: #fff;
    padding: 20px 20px 0px 0px;
}

.col-left p {
    font-size: 18px;
    color: #fff;
    padding: 20px 20px 0px 0px;
    margin-top: -20px;
    font-weight: 400;
    line-height: 32px;
}


.col-right{
    width: 40%;
    height: 55vh;
  
 background-image: url(../../images/dental.jpg);
    background-size: cover;
    border-radius: 35px;
}

.col-left button{
    width: 200px;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px;
    border: none
    ;
    margin-top: 30px;
    font-size: 18px;
}
.col-left button:hover {
    background-color: black;
    color: #fff;
}
.dentistry-services {
    margin: 20px auto;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container {
    margin: 20px auto;
}

.section-title {
    font-size: 24px;
    color: #007d9d;
    margin-bottom: 20px;
    text-align: left;
    font-family: 'Montserrat';
}

.service {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.service-title {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.service-description {
    color: #010101;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 450;
}

.service .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007d9d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px;
    transition: background-color 0.3s ease;
    font-size: 14px;
    border: none;
}

.service .btn:hover {
    background-color: #fffdfd;
}

.service .btn-primary {
    background-color: #007d9d;
}

.service .btn-primary:hover {
    background-color: #333;
    color: #ffff;
}
.faq-container h2 {
    font-size: 14px;
   
}

